home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / MAKE-UNX < prev    next >
Text File  |  1990-02-27  |  200b  |  14 lines

  1. #/bin/csh -f
  2. #
  3. # Gershon Elber, Feb 90.
  4. #
  5.  
  6. cd lib
  7. make -f makefile.unx libgif.a
  8. cd ..
  9. cd util
  10. make -f makefile.unx all
  11. make -f makefile.unx rle  # Only if you have the rle tool kit!
  12. cd ..
  13. strip bin/*
  14.